Skip to content

refactor: ibk 은행 점검 이후 로그인 페이지 롤백 - #182

Merged
KwonDeaGeun merged 2 commits into
developfrom
refactor/rollback-login-page-after-ibk-bank-inspection
Mar 1, 2026
Merged

refactor: ibk 은행 점검 이후 로그인 페이지 롤백#182
KwonDeaGeun merged 2 commits into
developfrom
refactor/rollback-login-page-after-ibk-bank-inspection

Conversation

@KwonDeaGeun

@KwonDeaGeun KwonDeaGeun commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

릴리스 노트

  • 버그 수정
    • 유지보수 알림 모달 제거로 로그인 접근성 개선 및 불필요한 차단 해소
  • 개선
    • 로그인 흐름 단순화로 항상 로그인 옵션 노출
    • Google 로그인 및 홈페이지/Gmail 안내 링크 재구성으로 더 명확한 인터페이스 제공

@KwonDeaGeun KwonDeaGeun self-assigned this Mar 1, 2026
@coderabbitai

coderabbitai Bot commented Mar 1, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between 11effd6 and 80ef654.

📒 Files selected for processing (1)
  • src/pages/LoginPage.tsx

Walkthrough

LoginPage 컴포넌트에서 유지보수 관련 로직(유지보수 판정, 상태 변수, 모달)과 해당 초기화 이펙트를 제거하고, Google 로그인·홈페이지·Gmail 가이드를 항상 표시하도록 렌더 흐름을 단순화했습니다. Google 버튼/링크 및 Gmail 가이드에 분석(analytics) 호출이 추가되었습니다.

Changes

Cohort / File(s) Summary
LoginPage 리팩토링
src/pages/LoginPage.tsx
유지보수 로직(isMaintenanceTime, 상태 변수, 모달) 및 관련 이펙트 제거; Google 로그인 버튼을 Button 컴포넌트로 재구성하고 onClick 분석 호출 추가; Gmail 가이드를 별도 링크로 분리(아이콘 유지) 및 분석 추적 추가; 사용하지 않는 React 훅(useEffect, useState)과 Dialog 관련 임포트 제거.
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목이 실제 변경 사항과 일치합니다. 로그인 페이지의 유지보수 관련 로직을 제거하고 이전 상태로 롤백한 내용을 명확하게 설명하고 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/pages/LoginPage.tsx`:
- Around line 46-51: The Analytics.safeTrack call inside the Button onClick for
"Go_Homepage_Click" is sending method: "Email", which mislabels the action;
update the payload in the Analytics.safeTrack invocation (the object with
category and method) to use a value that reflects navigation to the homepage
(e.g., method: "Homepage" or "Navigation") so the event name "Go_Homepage_Click"
and method field are consistent.

ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between c950bd1 and 11effd6.

📒 Files selected for processing (1)
  • src/pages/LoginPage.tsx

Comment thread src/pages/LoginPage.tsx
@KwonDeaGeun
KwonDeaGeun merged commit 7445385 into develop Mar 1, 2026
2 checks passed
@KwonDeaGeun
KwonDeaGeun deleted the refactor/rollback-login-page-after-ibk-bank-inspection branch March 1, 2026 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant